Improve software-installation section under FAQ#291
Draft
Meijuta wants to merge 5 commits intosecureblue:livefrom
Draft
Improve software-installation section under FAQ#291Meijuta wants to merge 5 commits intosecureblue:livefrom
Meijuta wants to merge 5 commits intosecureblue:livefrom
Conversation
Expanded the section to be more comprehensive and clear. Also mentioning the new usage of bazaar.
|
The inaccuracy regarding AppImage and Fuse2 should be fixed here too I believe |
| ### [Why don't my AppImages work?](#appimage) | ||
| {: #appimage} | ||
|
|
||
| AppImages depend on fuse2, which is unmaintained and depends on a SUID root binary. For this reason, fuse2 support is removed by default. It's strongly recommended that you find alternative mechanisms to install your applications (Flatpak, Distrobox, etc.). If you can't find an alternative and still need fuse2, you can add it back by layering something that depends on it. |
There was a problem hiding this comment.
Suggested change
| Newer AppImages have FUSE version 3 built in. However, some older AppImages depend on fuse2, which is unmaintained and depends on a SUID root binary. For this reason, fuse2 support is removed by default. In such a case, it's strongly recommended that you find alternative mechanisms to install your applications (Flatpak, Distrobox, etc.). If you can't find an alternative and still need fuse2, you can add it back by layering something that depends on it. |
| rpm-ostree install funionfs | ||
| ``` | ||
|
|
||
| Note: Sometimes AppImages can work if you extract them with `/path/to/your/appimage --appimage-extract`, then enter the `squashfs-root` directory created and run whatever binary is in there. |
There was a problem hiding this comment.
Suggested change
| Note: Sometimes AppImages can work if you extract them with `/path/to/your/appimage --appimage-extract`, then enter the `squashfs-root` directory created and run whatever binary is in there. | |
| Note: [Type 2](https://github.com/AppImage/AppImageSpec/blob/master/draft.md#type-2-image-format) AppImages can work if you extract them with `/path/to/your/appimage --appimage-extract`, then enter the `squashfs-root` directory created and run whatever binary is in there. |
There was a problem hiding this comment.
The slowdown in doing so should be mentioned. Because a link or source of some kind would be useful to verify such a statement I shall not suggest such as I currently lack such a source with proper formality.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expanded the section to be more comprehensive and clear. Also mentioning the new usage of bazaar.